projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
859eefe
)
(ibuffer-format-filter-group-data): New function.
author
Colin Walters
<walters@gnu.org>
Mon, 13 May 2002 05:59:48 +0000
(
05:59
+0000)
committer
Colin Walters
<walters@gnu.org>
Mon, 13 May 2002 05:59:48 +0000
(
05:59
+0000)
lisp/ibuf-ext.el
patch
|
blob
|
history
diff --git
a/lisp/ibuf-ext.el
b/lisp/ibuf-ext.el
index c077e3362eec4ed8ecfd03a6282319783a6ba40e..ff4e8b76e81a1042e597fe8de0b4010bab365884 100644
(file)
--- a/
lisp/ibuf-ext.el
+++ b/
lisp/ibuf-ext.el
@@
-896,6
+896,13
@@
of replacing the current filters."
ibuffer-saved-filters nil t))))
(setq ibuffer-filtering-qualifiers (list (cons 'saved name)))
(ibuffer-update nil t))
+
+(defun ibuffer-format-filter-group-data (filter)
+ (if (equal filter "Default")
+ ""
+ (concat "Filter: " (mapconcat #'ibuffer-format-qualifier
+ (cdr (assq filter ibuffer-filter-groups))
+ " ") "\n")))
(defun ibuffer-format-qualifier (qualifier)
(if (eq (car-safe qualifier) 'not)